@charset "utf-8";

@font-face {
    font-family: "Helvetica Neue";
    /* src: url(../font/HelveticaNeue.ttf); */
    src: url(../font/HelveticaNeueMed.ttf);
}

[lang^="zh"] body {
    font-family: "微软雅黑", "Microsoft YaHei", SimHei, sans-serif !important;
}

[lang^="en"] body {
    font-family: "Helvetica Neue", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::after,
*::before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

a:link {
    color: #333;
    display: block;
    position: relative;
}

a:link::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .8s;
    margin-top: -2px;
}

a:hover::after {
    left: 0%;
    width: 100%;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /*for ie*/
}

textarea {
    font: inherit;
    resize: none;
    /*no zooming*/
}

body {
    font-family: "Helvetica Neue", "Microsoft YaHei", sans-serif;
    background-color: #fff;
    min-width: 1200px;
    color: #333;
}
html{
    overflow-x: hidden;
}

header>div,
footer>div {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    height: 138px;
    background-image: url(../img/bgHeader.png);
    background-repeat: no-repeat;
    background-color: #17538e;
}

header>div {
    height: 85px;
}

header a:link {
    color: #fff;
}

header a:link::after {
    background-color: #fff;
}

.logo {
    width: 30%;
}

.logo a:link {
    all: unset;
    cursor: pointer;
}

.logo+div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 27.5%;
}

.logo+div>.search {
    width: 140px;
    height: 26px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
}

.inputSearch {
    font-size: 16px;
    font-weight: normal;
    width: 80%;
    outline: none;
    color: #fff;
    border: none;
    background-color: rgba(255, 255, 255, 0);
}

.inputSearch::-webkit-input-placeholder {
    color: #c5cbd1;
}

.inputSearch:-ms-input-placeholder {
    color: #c5cbd1;
}

.btnSearch {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
}

nav {
    border-top: 1px solid rgba(255, 255, 255, .4);
}

nav>ul {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    /* justify-content: space-evenly; */
    justify-content: start;
    font-size: 20px;
    line-height: 53px;
    position: relative;
}

nav>ul a:link {
    all: unset;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
}

nav ul ul {
    display: none;
}

nav>ul>li {
    /* width: calc(100% / 7); */
    /* text-align: center; */
    padding: 0 25px;
}

nav ul li a:link::after {
    all: unset;

}

/* nav ul li:hover,
nav ul li.chosen {
    background-image: url(../img/iconNow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px 18px;
} */
nav>ul>li:hover::before,
nav>ul>li.chosen::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 18px;
    background-image: url(../img/iconNow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px 18px;
    top: 18px;
    margin-left: -25px;
}

nav ul li:hover>ul {
    display: block;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.17),
    0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    width: auto;
    font-size: 16px;
    animation: fade-in;
    animation-duration: 0.25s;
    -webkit-animation: fade-in 0.25s;
    /*针对webkit内核*/
}

@keyframes fade-in {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

nav ul ul {
    background-color: rgba(234, 245, 255, 0.95);

    position: absolute;
    z-index: 5;
    top: 100%;
}

nav ul ul li a:link {
    color: #17538e;
    font-size: 16px;
    padding: 0 10px;
}

nav ul ul li a:hover {
    background-color: #fff;
    color: #333;
}

.main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}

.mainNews {
    width: 640px;
}

.language {
    color: #fff;
}

.roll {
    position: relative;
    width: 640px;
    height: 400px;
}

.banner {
    width: 640px;
    height: 400px;
    overflow: hidden;
}

.imgList {
    width: 640px;
    height: 400px;
    z-index: 10;
}

.imgList li {
    display: none;
}

.imgList .imgOn {
    display: inline;
}

.imgList .imgOn img {
    width: 640px;
    height: 400px;
}

.rollbg {
    position: absolute;
    bottom: 0;
    width: 640px;
    height: 90px;
    z-index: 2;
    background-color: rgba(17, 71, 150, .8);
}

.infoList {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3;
}

.infoList li {
    display: none;
}

.infoList li>p {
    width: 550px;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoList li>p+span {
    width: 460px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.infoList .infoOn {
    display: inline;
    color: white;
}

.indexList {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 30;
    visibility: hidden;
}

.indexList li {
    float: left;
    margin-right: 5px;
    padding: 2px 4px;
    border: 2px solid black;
    background: grey;
    cursor: pointer;
}

.indexList .indexOn {
    background: red;
    font-weight: bold;
    color: white;
}

.lists>li {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    line-height: 50px;
    text-indent: 30px;
    background-image: url(../img/iconPoint.png);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: left center;
}

.lists>li>a {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.lists>li>span {
    font-size: 14px;
    font-weight: normal;
}

.points {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.points>li {
    width: 25%;
}

.points>li a:link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #114796;
    width: 283px;
    text-align: center;
}

.points>li>a:link>img {
    width: 283px;
    height: 158px;
    max-width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.points>li>a:link::after {
    all: unset;
}

.points>li>a>p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    width: 280px;
    margin-top: 15px;
    text-align: left;
}

.points>li>a>p:hover {
    text-decoration: underline;
}

.points>li>a>div {
    color: #333;
    font-size: 14px;
    text-align: left;
}

.points>li>div>strong {
    font-weight: normal;
    padding-right: 5px;
}

.points>li>div>a:link {
    display: inline-block;
    padding-left: 5px;
    width: unset;
}

.points>li>div>a:link.non {
    color: #bbb;
    pointer-events: none;

}

.points>li>div>a:hover {

    text-decoration: underline;
}

.points>li>div>a:link::after {
    all: unset;
}

.points>li>div>a>span {
    display: inline-block;
    padding-left: 5px;
}







.rollWrap {
    margin: 0 auto;
    width: 1200px;
    min-height: 320px;
    position: relative;
}

#four_flash {
    position: relative;
    width: 1200px;
    height: 290px;
    margin: 0 auto;
    position: absolute;
}

#four_flash .flashBg {
    width: 1200px;
    height: 290px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;

    display: flex;
    justify-content: flex-start;
}

#four_flash .flashBg ul.mobile {
    width: 2000%;
    height: 290px;
    position: absolute;
    left: 0;
}

#four_flash .flashBg ul.mobile li {
    float: left;
    width: 400px;
    text-align: center;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#four_flash .flashBg ul.mobile li a:link {
    font-size: 16px;
    color: #114796;
}

#four_flash .flashBg ul.mobile li a:link>img {
    width: 150px;
    height: 200px;
    max-width: 100%;
    overflow: hidden;
    object-fit: cover;
}

#four_flash .flashBg ul.mobile li a:link>p {
    margin-top: 20px;
}

#four_flash .flashBg ul.mobile li a:hover {
    text-decoration: underline;
}

#four_flash .flashBg ul.mobile li a:link::after {
    all: unset;
}

#four_flash .but_left {
    width: 16px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 29px);
    left: -90px;
}

#four_flash .but_right {
    width: 16px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 29px);
    right: -90px;
}









.lists2>li {
    display: flex;
    justify-content: space-between;
    line-height: 70px;
}

.lists2>li>a {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    color: #171717;
}

.lists2>li>span {
    font-size: 14px;
    font-weight: normal;
}







.subtitle {
    border-bottom: 1px solid #a6cbed;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    align-items: center;
    margin-bottom: 30px;
}

.subtitle>p {
    font-size: 24px;
    font-weight: bold;
    color: #114796;
    border-bottom: 5px solid #114796;
    display: inline-block;
}

.more {
    color: #000;
    font-size: 14px;
}

.more>strong {
    color: #95989d;
    font-size: 12px;
    padding-left: 10px;
}

.afterUL {
    display: block;
}

.book,
.periodical {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
    font-size: 14px;
}

.book>div,
.periodical>div {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.periodicalPic,
.bookPic {
    margin-right: 30px;
}

.periodicalPic>img,
.bookPic>img {
    width: 150px;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
}

.bookPic {
    width: 25%;
}

.bookPic+div {
    width: 75%;
}

.periodicalTit {
    height: 50px;
}

.periodicalTit+ul+a {
    display: block;
    text-align: right;
    padding-right: 10%;
    color: #114796;
}

.periodicalTit>a:link,
.bookTit>a:link {
    font-size: 16px;
    color: #114796;
    display: block;
}

.periodicalTit>a:hover,
.bookTit>a:hover {
    text-decoration: underline;
}

.periodicalTit>a:link::after,
.bookTit>a:link::after {
    all: unset;
}

.periodicalTit>a>img {
    padding-left: 5px;
}

.periodicalTit+ul {
    width: 87.5%;
}

.periodicalTit+ul>li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.periodicalTit+ul>li>a:link {
    color: #666;
}

.periodicalTit+ul>li>a:link:hover {
    text-decoration: underline;
}

.periodicalTit+ul>li>a:link::after {
    all: unset;
}

.bookTit+span {
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
    margin-bottom: 34px;
}

.bookTit+span>a:link {
    color: #114796;
    padding-left: 5px;
}

.bookTit+span>a:link:hover {
    text-decoration: underline;
}

.bookTit+span>a:link::after {
    all: unset;
}

.bookTit+span>strong {
    padding-right: 5px;
    font-weight: normal;
}

.bookTit+span+blockquote {
    line-height: 25px;
    width: 75%;
}

.reports {
    min-height: 350px;
    background-color: rgba(244, 244, 244, .5);
    width: 100%;
}

.books {
    min-height: 350px;
    background-color: rgba(244, 244, 244, .5);
    width: 100%;
}

footer {
    width: 100%;
    height: 132px;
    background-color: #17538e;
    color: #fff;
    font-size: 14px;
}

footer>div {
    display: flex;
    height: inherit;
    justify-content: space-between;
    align-items: center;
}

footer ul {
    display: flex;
    justify-content: flex-start;
}

footer ul li {
    padding-right: 30px;
}

footer a:link {
    color: #fff;
}

footer a:link::after {
    background-color: #fff;
}

.address>img,
.contact>img {
    display: block;
}

.address,
.contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address {
    width: 57.5%;
}

.address p {
    color: #909bab;
    margin-top: 10px;
}

.contact {
    justify-content: flex-end;
    font-size: 18px;
    font-weight: bold;
    width: 42.5%;
}

.contact>img {
    padding-right: 25px;
}






.details {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}


.menu {
    width: 230px;
    margin-top: 35px;
    border-bottom: none;
}

.keyword {
    height: 35px;
    width: 100%;
    line-height: 35px;
    background-color: #e5eff6;
    border-bottom: 1px solid #004165;
    margin-bottom: 5px;
    margin-top: 40px;
}

.keyword>input {
    font-size: 16px;
    color: #757575;
    outline: none;
    line-height: 35px;
    height: 35px;
    border: none;
    width: 85%;
    display: block;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-right: auto;
}

.keyword>input::placeholder {
    color: #757575;
}

.menu>p {
    color: #fff;
    font-size: 22px;
    text-indent: 30px;
    height: 60px;
    line-height: 60px;
    background-color: #003a8f;
    border: 1px solid #003a8f;
}

/*menu list*/

.list {
    width: 100%;
    border: 1px solid #003a8f;
}

.yiji {

    border-left: 12px solid #003a8f;
}

.yiji>li:first-child {
    height: 25px;
    border-bottom: 1px solid #ddd;
}

.list ul li {
    text-align: left;
}

.list ul li>a:link {
    color: #171717;
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-indent: 20px;
    margin-left: -4px;
}

.list ul li>a:link::after {
    all: unset
}

.list ul li>a>p {
    margin-left: 4px;
    border-bottom: 1px solid #ddd;
}

.list ul li a:hover {
    text-decoration: underline;
}

.list ul li>a.now {
    border: none;
    color: #003a8f;
    border-left: 4px solid #ff9600;
}



.connect {
    width: 900px;
    height: auto;
    margin-top: 35px;
}


.breadcrumb,
.breadcrumbs {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    font-size: 14px;
    color: #999;
}

.breadcrumb span:last-child,
.breadcrumbs span:last-child {
    color: #666;
}



.bannerT {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 225px;
    margin-top: 10px;
}

.bannerT>img {
    max-width: 100%;
}


/*2*/
.cbp_tmtime {
    text-align: center;
}

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 90px;
    width: 3px;
    background: #d7d7d7;
    /* left: 105px; */
    left: 127px;
    /* margin-left: -10px; */
}

.cbp_tmtimeline>li {
    position: relative;
}

/* The date/time */
.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 12.5%;
    /* padding-right: 100px; */
    position: absolute;
    font-size: 18px;
    color: #004165;
    /* margin-top: 30px; */
    margin-top: -25px;
}

.cbp_tmtimeline>li .lp {
    /* padding-left: 67.5px; */
    padding-left: 100px;
    /* padding-top: 30px; */
}

/* Right content */
.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 0 20%;
    background: #fff;
    position: relative;
}


/* The icons */
.cbp_tmtimeline>li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-family: "ecoico";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #afdcf8;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}

.biji-tit {
    height: 160px;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    width: 735px;
    padding-top: 40px;
}

.biji-content {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    width: 735px;
    padding-top: 40px;
}

.biji-oth {
    padding-top: 15px;
    padding-bottom: 70px;
    display: block;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    text-align: center;
    color: #999;
}

.historyTit {
    /* margin-left: 52.5px; */
    margin-left: 85px;
    padding-bottom: 30px;
}

.leaders {
    width: 735px;
    margin-top: -30px;
}

.leaders th {
    font-size: 24px;
    color: #004165;
    font-weight: normal;
    vertical-align: top;
}

.leaders th>img {
    width: 100px;
    height: 126px;
    object-fit: cover;
}

.leaders th>span {
    color: #333;
    display: block;
}

.leaders tbody tr th:last-child {
    padding-left: 30px;
}

.openMore {
    background-image: url(../img/openMore.png);
    background-position: center center;
    background-size: 710px 21px;
    width: 710px;
    height: 21px;
    line-height: 21px;
    color: #333;
    font-size: 12px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0);
}



.leveltit {
    font-size: 32px;
    color: #004164;
    padding-bottom: 30px;
}

.sub {
    color: #333;
    text-align: center;
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: bold;
}

.sub+.subb {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    padding-bottom: 60px;
}

.leveltit+.zhjLeader {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

.zhjLeader>img {
    width: 200px;
}

.zhjLeader+strong {
    text-align: center;
    display: block;
    font-size: 24px;
    color: #004165;
    font-weight: normal;
    padding-bottom: 20px;
}

.leaderInfo {
    text-align: center;
    font-size: 24px;
    color: #333;
    padding-bottom: 50px;
}

.leaderInfo>span {
    padding: 0 10px;
}

.leaderInfo+.leaderHistory {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    padding-bottom: 70px;
}

.leveltit+article {
    padding-bottom: 60px;
}

.leveltit+article>* {
    display: block;
}

.leveltit+article>h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.leveltit+article>span {
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 50px;

    color: #888;
}

.leveltit+article>span>strong {
    font-weight: normal;
    padding-left: 30px;
    padding-right: 5px;
}

.leveltit+article>span>strong>img {
    padding-right: 5px;
}

.leveltit+article>p {
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    text-indent: 36px;
}

.leveltit+article>p:first-child {
    padding-top: 50px;
}

.leveltit+article>img {
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 45px;
    width: 75%;
}

article.report>p {
    text-indent: 0;
}

article.report>p>img {
    max-width: 900px;
}

article.report>p.readAll {
    display: flex;
    justify-content: start;
    margin-top: 50px;
}

article.report>h4 {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 24px;
    font-style: italic;

}
article.report>h4>span{
    display: inline-block;
    padding:2px 0;
    border-bottom: solid 1px #758fb0;
}
article.report>h4 span{
    border-bottom: solid 1px #758fb0;
}


.author,
.origin {
    font-style: italic;
    font-size: 18px;
    color: #999;
    margin-top: 10px;
}

.author>span,
.origin>span {
    padding: 0 5px;
}
.author>span>img{
    padding-right: 5px;
    vertical-align: middle;
}

.author {
    margin-top: 25px;
}

.btnRead {
    background-color: #758fb0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.subtitleInner {
    border-bottom: 1px solid #a6cbed;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    align-items: center;
    margin-bottom: 30px;
}

.subtitleInner>p {
    font-size: 24px;
    font-weight: bold;
    color: #114796;
    border-bottom: 5px solid #114796;
    display: inline-block;
}

.connect>blockquote {
    font-size: 24px;
    line-height: 42px;
    text-indent: 48px;
}

.lingdao {
    max-width: 900px;
    margin-bottom: 87.5px;
}

.lingdao th {
    text-align: left;
    font-weight: normal;
    font-size: 24px;

    vertical-align: top;
}

.lingdao th>img {
    width: 200px;
    height: 250px;
    object-fit: cover;
}

.lingdao th>span {
    display: block;
}

.lingdao th .ldName {
    color: #004165;
    line-height: 32.5px;
}

.lingdao th .ldDuty {
    color: #666;
    line-height: 32.5px;
}

.lingdao th .ldADuty {
    color: #333;
    padding-top: 30px;
    line-height: 42.5px;
}

.lingdao td {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}

.lingdao td>span {
    display: block;
    padding-top: 35px;
}



.benyuanIntroduce {
    width: 100%;
}

.benyuanIntroduce th {
    height: 50px;
    background-color: #f6fbff;
    line-height: 50px;
    text-align: center;
    color: #004165;
    font-size: 18px;
    font-weight: normal;
    border-left: 5px solid #003a8f;
}

.benyuanIntroduce tr.firstLine>td {
    padding-top: 25px;
}

.benyuanIntroduce tr.lastLine>td {
    padding-bottom: 75px;
}

.benyuanIntroduce td {
    font-size: 24px;
    color: #666;
    text-align: center;
    line-height: 47.5px;
}


.addtraffic {
    max-width: 780px;
    font-size: 18px;
    margin-bottom: 60px;
}

.addtraffic li {
    line-height: 40px;
}

.addtraffic li>span {
    color: #004165;
    font-weight: bold;
}

.busMethod {
    background-image: url(../img/pop.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 179px 56px;
    color: #fff;
    width: 179px;
    height: 56px;
    line-height: 46px;
    text-align: center;
}

.addressmap {
    padding-top: 30px;
}

.busMethod+p {
    padding-top: 15px;
}


.gjgw {
    display: inline-block;
    width: 218px;
    height: 288px;
    background-image: url(../img/square3.png);
    background-size: 198px 266px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.gjgw>.gw {
    width: 198px;
    height: 266px;
    text-align: center;
    margin-left: 25px;
    color: #004165;
    overflow: hidden;
    /* border:1px solid #0065a4; */
}

.gjgw>.gw>img {
    width: 198px;
    height: 266px;
    object-fit: cover;
    vertical-align: top;
}

/* .gws {
    width: 100%;
    border-collapse: collapse;
}

.gws tr>th {
    width: 33.33%;
    padding: 30px 0;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

.gws tr>th:nth-child(2)>.gjgw {
    margin: 0 auto;
} */

.gwname {
    font-size: 24px;
    color: #004165;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 45px;
    width: 218px;
}

.gwname22 {
    font-size: 24px;
    color: #004165;
    text-align: left;
    padding-top: 15px;
    width: 218px;
}

.gwlocation {
    color: #666;
    width: 255px;
    font-size: 18px;
    padding-top: 10px;
    display: block;
    padding-bottom: 45px;
}


.page {
    margin-top: 40px;
    margin-left: auto;
    margin-bottom: 90px;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.page>a:link {
    all: unset;
    color: #004165;
    display: inline-block;
    width: 45px;
    height: 47.5px;
    line-height: 47.5px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.page>a:link::after {
    all: unset;
}

.page>a:hover,
.page>a.nowPage {
    background-color: #e5eff6;
}



.fcheck {
    margin-bottom: 90px;
}

.check {
    width: 645px;
    margin: 0 auto;
}

.check tbody th {
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    color: #004165;
    padding-top: 25px;
    padding-bottom: 10px;
}

.check tbody th>span {
    font-size: 14px;
    color: #999;
    padding-left: 7.5px;
    text-transform: uppercase;
}

.check tbody td>input {
    width: 100%;
    background-color: #e5eff6;
    border: none;
    border-bottom: 1px solid #004165;
    height: 32.5px;
    line-height: 32.5px;
    padding: 0 5px;
    font-size: 16px;
    color: #333;
}

.check tfoot th {
    width: 50%;
    padding-top: 50px;
}

.btnCheck,
.btnReset {
    background-color: #27476f;
    width: 120px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.btnReset {
    background-color: #b1b2b2;
}

.btnCheck:hover,
.btnReset:hover {
    opacity: 0.875;
}


.xueshu {
    width: 900px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.xueshu li {
    width: 50%;
}


.xueshu a:link {
    display: block;
    font-size: 18px;

    color: #004165;
}

.xueshu a:link::after {
    all: unset;
}

.xueshu a>img {
    width: 435px;
    height: 250px;
    object-fit: cover;
}

.xueshu a>p {
    padding-top: 15px;
    padding-bottom: 35px;
    width: 435px;
}

.xueshu a:hover {
    color: #003a8f;
    font-weight: bold;
    text-decoration: underline;
}


.zhidu {
    max-width: 900px;
    font-size: 16px;
}

.pyzhdtit3 {
    font-size: 18px;
    line-height: 30px;
    color: #004165;
    font-weight: bold;
}

.pyzhdtit3>span {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: block;
    line-height: 20px;
}

.pyzhdtit4 {
    color: #114796;
    font-weight: bold;
    padding-top: 25px;
}

.zhidu>blockquote>span {
    line-height: 35px;
    text-indent: 32px;
    display: block;
    padding-bottom: 25px;
}

.zhidu>blockquote>h5 {
    text-indent: 32px;
    font-size: 16px;
    line-height: 35px;
}



.daoshi {
    margin-bottom: 60px;
}

.nameFtit {
    font-size: 18px;
    color: #004165;
    line-height: 32.5px;
    padding-bottom: 15px;
}

.nameF {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #1a5793;
}

.nameF ul {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-evenly;
}

.nameF ul>li {}

.nameF ul>li:first-child {
    margin: 0 15px;
}

.nameF ul>li a:link {
    color: #fff;
    padding: 0 5.5px;
    font-size: 18px;
    display: inline;
}

.nameF ul>li a:link::after {
    all: unset;
}

.nameF ul>li a:visited {
    color: #fff;
}

.nameF ul>li a.pe {
    pointer-events: none;
    color: #627fa5;
}

.nameF ul>li a:hover,
.nameF ul>li a.chosen {
    background-color: #75a7d8;
}

.indent {
    padding-left: 0.25%;
    clear: both;
    font-size: 36px;
    line-height: 32.5px;
    height: 70px;
    line-height: 70px;
    color: #114796;
    border-bottom: 1px solid #e5eff6;
}

.hid {
    display: none;
}

.gjgw2 {
    display: block;
    width: 180px;
    margin: 0 auto;
    margin-top: 30px;
}

.gwname2 {
    font-size: 18px;
    color: #004165;
    padding: 10px 0;
    width: 170px;
    margin: 0 auto;
}

.gwlocation2 {
    color: #666;
    width: 170px;
    margin: 0 auto;
    font-size: 16px;
}

.gwlocation2>span {
    display: block;
    line-height: 25px;
}


.gws2 tr>th {
    width: 25%;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

.zhaosheng {
    width: 100%;
}

.zhaosheng>li {
    display: flex;
    justify-content: space-between;

}

.zhaosheng>li>span,
.zhaosheng>li>a {
    display: block;
}

.zhaosheng>li>span {
    font-size: 16px;
    line-height: 45px;
    color: #999999;
}

.zhaosheng>li>a {
    font-size: 24px;
    line-height: 75px;
    color: #171717;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yanjiusuo {
    width: 100%;
}

.yanjiusuo>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.yanjiusuo>li>img,
.yanjiusuo>li>a {
    display: block;
}

.yanjiusuo>li>a:link::after {
    all: unset;
}

.yanjiusuo>li>img {
    width: 290px;
}

.yanjiusuo>li>a {
    padding-left: 40px;
}

.yanjiusuo>li>a>p {
    font-size: 24px;
    color: #004165;
    padding-bottom: 25px;
}

.yanjiusuo>li>a>span {
    font-size: 18px;
    line-height: 30px;
    color: #171717;
}

audio,
video {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.audio {
    width: 100%;
}

.audio>li {
    margin-top: 48px;
    margin-bottom: 48px;
}

.audio>li>a>p {
    font-size: 24px;
    color: #004165;
    padding-bottom: 25px;
}

.audio>li>a>span {
    font-size: 18px;
    line-height: 30px;
    color: #171717;
}

.stit {
    font-size: 24px;
    width: 1200px;
    color: #114796;
    border-bottom: 1px solid #a6cbed;
    height: 60px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.stit>a.more {
    float: right;
    width: 100px;
    font-size: 14px;
    font-weight: normal;
}

.stit>span {
    border-bottom: 5px solid #114796;
    line-height: 48px;
    display: inline-block;
}


.subject {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 70px;
    flex: 3;
}

.subject li {
    width: 33.33%;
    line-height: 90px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.subject li>a {
    display: block;
    height: 90px;
    background-color: #fff;
    box-shadow: 3px 0px 3px 3px rgba(205, 200, 200, 0.17);
    width: 375px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #333;
}

.subject li>a>div {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.area {
    min-height: 635px;
    background-color: #f4f8fa;
}



.parts {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;

}

.parts a:link {
    display: block;
    width: 33.33%;
    text-align: center;
    min-height: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.parts a:link>p>img {
    object-fit: cover;
}

.parts a:link::after {
    all: unset;
}

.parts a:hover {
    text-decoration: underline;
}

.parts a>span {
    display: block;
    padding-top: 35px;
}


.yt {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 30px;
}

.yt>li {
    width: 33.33%;
}

.yt>li>a:link {
    display: block;
    text-align: left;
}

.yt>li>a:link::after {
    all: unset;
}

.yt>li>a>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 377px;
    height: 200px;

}

.yt>li>a>p {
    font-size: 18px;
    padding-top: 15px;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
    min-height: 45px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yt>li>a>span {
    font-size: 14px;
    display: block;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}

.yt>li>a>blockquote {
    font-size: 14px;
    color: #9d9a9a;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

.studyReport {
    width: 100%;
}

.studyReport>li {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.studyReport>li>p {
    width: 12.5%;
    text-align: left;
}

.studyReport>li>p>img {
    width: 90px;
    height: 128px;
    object-fit: cover;
}

.studyReport>li>div {
    width: 87.5%;


}

.studyReport>li>div>h3 {
    font-size: 24px;
    color: #171717;
}

.studyReport>li>div>h3>a:link::after {
    all: unset;
}

.studyReport>li>div>h3>a:hover {
    text-decoration: underline;
}

.studyReport>li>div>h3+p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.studyReport>li>div>h3+p>span {
    font-size: 18px;
    color: #999999;
    background-image: url(../img/iconDian.png);
    background-position: left center;
    background-size: 5px 5px;
    display: inline-block;
    text-indent: 10px;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.studyReport>li>div>h3+p+span {
    font-size: 16px;
    color: #999;
}


.videos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.videos li {
    width: 33.33%;
    margin-top: 30px;
}

.videos li:last-child {
    margin-bottom: 80px;
}

.videos a:link {
    display: block;
    width: 245px;
}

.videos a:link::after {
    all: unset
}

.videos a>div {
    height: 155px;
    width: 250px;
    background-color: #e9f2f8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.videos a>div>img {
    width: 222px;
    height: 128px;
}

.videos a>div>img.play {
    display: block;
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
}

.videos a>p {
    font-size: 18px;
    color: #004165;
    padding-top: 15px;
    padding-bottom: 20px;
    overflow: hidden;
    height: 65px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.videos a>span {
    font-size: 14px;
    color: #004165;
    display: block;
    padding-top: 15px;
}

.papers {
    width: 100%;
}

.papers li {
    margin-bottom: 60px;
}

.papers li>div {
    display: flex;
    justify-content: space-between;
}

.papers li>div p a {
    font-size: 24px;
    color: #171717;
}

.papers li>div+p {
    font-size: 16px;
    color: #888;
    padding-top: 5px;
    padding-bottom: 15px;
}

.papers li>div+p+blockquote {
    font-size: 18px;
    line-height: 28px;
    color: #888;
}

.keys {
    margin-bottom: 20px;
}

.keytxt {
    line-height: 30px;
    background-color: #758fb0;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    padding: 7px 10px;
    display: inline-block;
    margin: 5px;
}


.cd-accordion-menu {
    width: 100%;
}

.cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
    margin-top: 20px;
}

.cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cd-accordion-menu li>input[type=checkbox] {
    /* hide native checkbox */
    position: absolute;
    opacity: 0;
}

.cd-accordion-menu label,
.cd-accordion-menu a {
    position: relative;
    display: block;
    color: #171717;
    font-size: 16px;
}

.has-children {
    display: flex;
    justify-content: space-between;
}

.has-children>label {
    color: #003a8f;
    line-height: 50px;
    /* border-bottom: 8px solid #0065a4; */
    text-indent: 10px;
}

.cd-accordion-menu label::before,
.cd-accordion-menu label::after,
.cd-accordion-menu a::after {
    /* icons */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-accordion-menu label {
    cursor: pointer;
    display: block;
}

.cd-accordion-menu label::before,
.cd-accordion-menu label::after {
    /* background-image: url(../img/cd-icons2.svg); */
    background-repeat: no-repeat;
    background-image: url(../img/jia.png);
}

.cd-accordion-menu label::before {
    /* arrow icon */
    /* left: 18px; */
    left: 200px;
    /* background-position: 0 0; */

    background-position: right center;
    /* -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg); */

    background-image: url(../img/jia.png);
}

.cd-accordion-menu label::after {
    /* folder icons */
    left: 41px;
    background-position: -16px 0;
}

.cd-accordion-menu input[type=checkbox]:checked+label::before {
    /* rotate arrow */
    /* -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
    background-image: url(../img/jian.png);
}

.cd-accordion-menu input[type=checkbox]:checked+label::after {
    /* show open folder icon if item is checked */
    background-position: -32px 0;
}

.cd-accordion-menu input[type=checkbox]:checked+label+ul,
.cd-accordion-menu input[type=checkbox]:checked+label:nth-of-type(n)+ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}

.cd-accordion-menu>li:last-of-type>label,
.cd-accordion-menu>li:last-of-type>a,
.cd-accordion-menu>li>ul>li:last-of-type label,
.cd-accordion-menu>li>ul>li:last-of-type a {
    box-shadow: none;
}

.checkbox {
    position: relative;
    height: 30px;
    margin-left: 10px;
    top: 10px;
    margin-bottom: 10px;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.checkbox label {
    position: absolute;
    left: 30px;
    top: 0;
    line-height: 0;
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #0065a4;
    background: #e5eff6;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -22px;
    /* top: 3px; */
    top: -7px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 2px solid #e5eff6;
    border-bottom: 2px solid #e5eff6;
    background: #e5eff6;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox input[type='checkbox']:checked+label:before {
    background: #0065a4;
    border-color: #0065a4;
}

.checkbox input[type='checkbox']:checked+label:after {
    background: #0065a4;
}

.searchResult {
    font-size: 24px;
}

.searchResult>p {
    display: inline-block;
}

.keySearch {
    width: 100%;
    margin-top: 95px;
}

.keySearch li {
    margin-bottom: 75px;
}

.keySearch li>a:link {
    display: block;
    font-size: 24px;
}

.keySearch li>a:link::after {
    all: unset;
}

.keySearch li>a>span {
    color: #e60012;
    padding-right: 20px;
}

.keySearch li>a>p {
    display: inline-block;
    padding-left: 20px;
    color: #171717;
}

.keySearch li>a+span {
    font-size: 16px;
    color: #888;
    padding-top: 15px;
    padding-bottom: 25px;
    display: block;
}

.keySearch li>a+span+blockquote {
    font-size: 18px;
    line-height: 35px;
    color: #888888;
}

.keywords {

    color: #e60012;
}

.wrapResult {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.wrapResult>.breadcrumb {
    margin-top: 30px;
}



.cntl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cntl-states {
    margin-top: 30px;
}

.cntl-states:nth-child(2n-3) .cntl-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cntl-bar {
    position: absolute;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #888;
    /* box-shadow: inset 0px 0px 7px -2px #000; */
}


.cntl-bar-fill {
    background-color: #003a8f;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;

}

.cntl-state {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin-bottom: 50px;
}

.cntl-state::after {
    display: block;
    content: ' ';
    clear: both;
}

.cntl-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    z-index: 3;
    margin-top: 30px;
}

.cntl-content {
    width: 410px;
    background-color: rgba(238, 238, 238, 0.25);
    border: 1px solid #000;
    float: left;
    opacity: 0;
    position: relative;
    margin-left: -40%;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.cntl-content p {
    text-align: left;
    line-height: 36px;
    font-size: 18px;
}

.cntl-content p>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cntl-state:first-child {
    margin-top: 100px;
}

.cntl-content>.cntlArrow+img {
    width: 355px;
    height: 200px;
}

.cntl-state:nth-child(2n+2) .cntl-content {
    float: right;
    margin-right: -40%;
}


.cntl-state:nth-child(2n+2) .cntl-content {
    float: right;
    margin-right: -40%;
}


.cntl-state:nth-child(4n-3) .cntl-content {
    border: solid 1px #3e93cf;
    background-color: #f0f8fd;
    color: #003a8f;
}

.cntl-state:nth-child(4n-3) .cntl-content>.cntlArrow {
    width: 0;
    height: 0;
    border: 24px solid;
    border-color: transparent transparent transparent #3e93cf;
    position: absolute;
    top: 20px;
    right: -48px;
    z-index: 2;

}

.cntl-state:nth-child(4n-3) .cntl-content>.cntlArrow::after {
    content: '';
    position: absolute;
    top: -24px;
    left: -26px;
    border: 24px solid;
    border-color: transparent transparent transparent #f0f8fd;
}

.cntl-state:nth-child(4n-3) .cntl-icon {

    border: solid 2px #3e93cf;
}

.cntl-state:nth-child(4n-2) .cntl-content {
    background-color: #fff9e9;
    border: solid 1px #d0aa42;
    color: #ac7e00;
}

.cntl-state:nth-child(4n-2) .cntl-content>.cntlArrow {
    width: 0;
    height: 0;
    border: 24px solid;
    border-color: transparent #d0aa42 transparent transparent;
    position: absolute;
    top: 20px;
    left: -48px;
    z-index: 2;

}

.cntl-state:nth-child(4n-2) .cntl-content>.cntlArrow::after {
    content: '';
    position: absolute;
    top: -24px;
    left: -22px;
    border: 24px solid;
    border-color: transparent #fff9e9 transparent transparent;
}

.cntl-state:nth-child(4n-2) .cntl-icon {

    border: solid 2px #d0aa42;
}

.cntl-state:nth-child(4n-1) .cntl-content {
    background-color: #f3f8ed;
    border: solid 1px #72b92e;
    color: #3f8100;
}

.cntl-state:nth-child(4n-1) .cntl-content>.cntlArrow {
    width: 0;
    height: 0;
    border: 24px solid;
    border-color: transparent transparent transparent #72b92e;
    position: absolute;
    top: 20px;
    right: -48px;
    z-index: 2;

}

.cntl-state:nth-child(4n-1) .cntl-content>.cntlArrow::after {
    content: '';
    position: absolute;
    top: -24px;
    left: -26px;
    border: 24px solid;
    border-color: transparent transparent transparent #f3f8ed;
}

.cntl-state:nth-child(4n-1) .cntl-icon {

    border: solid 2px #72b92e;
}

.cntl-state:nth-child(4n) .cntl-content {
    border: solid 1px #888;
    background-color: #f5f5f5;
    color: #555;
}

.cntl-state:nth-child(4n) .cntl-content>.cntlArrow {
    width: 0;
    height: 0;
    border: 24px solid;
    border-color: transparent #888 transparent transparent;
    position: absolute;
    top: 20px;
    left: -48px;
    z-index: 2;

}

.cntl-state:nth-child(4n) .cntl-content>.cntlArrow::after {
    content: '';
    position: absolute;
    top: -24px;
    left: -22px;
    border: 24px solid;
    border-color: transparent #f5f5f5 transparent transparent;
}

.cntl-state:nth-child(4n) .cntl-icon {
    border: solid 2px #888;

}

.cntl-content h4 {
    font-size: 20px;
    text-align: left;
    line-height: 32px;
    font-weight: normal;
    font-weight: bold;
    margin-top: 20px;
}

.timePoint {
    color: #fff;
    background-color: #888;
    width: 100px;
    font-size: 18px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: absolute;
    z-index: 3;
    left: calc(50% - 50px);
    top: -50px;
}

/*
animations
*/
.cntl-bar-fill,
.cntl-content {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
    margin-right: 0%;
}

.cntl-animate .cntl-content {
    opacity: 1;
    margin-left: 0%;
}

.addDate {
    display: flex;
    justify-content: space-between;
}

.date {
    width: 250px;
    height: 70px;
    background-color: #f6f6f6;
    border-radius: 2px;
    font-size: 20px;

    color: #171717;
    background-image: url(../img/date.png), url(../img/iconArrow.png);
    background-size: 27px 29px, 10px 6px;
    background-repeat: no-repeat, no-repeat;
    background-position: 10% center, 90% center;
}

#datepicker {
    line-height: 70px;
    border: none;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0);
    text-indent: 50px;
}

#datepicker::placeholder {
    font-size: 20px;
    color: #171717;
}


/*60*/
.sixty {
    background-image: url(../img/bg60.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 2604px;
    width: 100%;
    min-height: 2604px;
}

.wrap60 {
    margin-left: auto;
    margin-right: auto;
    width: 1250px;
}

.tit60 {
    display: flex;
    justify-content: space-between;
    background-image: url(../img/tit60.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1246px 58px;
    line-height: 58px;
    color: #fff;
}

.tit60>p {
    width: 50%;
    text-align: center;
    font-size: 30px;
}

.ls {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 55px;
}

.ls>li {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

.ndL>p {
    text-align: center;
    padding-bottom: 25px;
    font-size: 24px;
}

.ndL>p>img {
    width: 92px;
    height: 118px;
    object-fit: cover;
}

.ndL>p>strong {
    color: #fe6f3d;
    padding-right: 30px;
}

.ndL>p>span {
    font-size: 18px;
}

.ndL>blockquote {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    height: 105px;
    font-size: 16px;
    margin-bottom: 50px;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.nowadays>.ndL:last-child>blockquote {
    margin-bottom: 0;
}

.ppL {
    display: flex;
    justify-content: space-between;
    width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.ppL>p>img {
    width: 92px;
    height: 118px;
    object-fit: cover;
}

.ppL>p:first-child {
    padding-right: 45px;
}

.ppL>p>strong {
    font-size: 24px;
    display: block;
    padding-bottom: 25px;
    color: #fe6f3d;
    font-weight: normal;
}

.ppL>p>span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    height: 55px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner60 {
    width: 100%;
    text-align: center;
    height: 460px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 460px;
    background-image: url(../img/bgbanner60.png);
    display: flex;
    justify-content: center;
    align-items: center;
}


.subtit {
    text-align: center;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.squares {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.squares img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.dp {
    width: 300px;
    height: 300px;
    position: relative;
}

.fc1,
.fc2,
.fc3,
.fc4 {

    width: 300px;
    height: 300px;
}

.descriptions1 a,
.descriptions2 a,
.descriptions3 a,
.descriptions4 a {
    background-image: url(../img/bg12.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 315px 300px;
    width: 315px;
    height: 300px;
    position: absolute;
    z-index: 2;
}

.descriptions1 a,
.descriptions2 a {
    margin-left: -15px;
}



.descriptions3 a,
.descriptions4 a {
    background-image: url(../img/bg34.png);
    background-position: left center;
}

.dp span {
    font-size: 18px;
    color: #fff;
    display: block;
    padding-top: 25px;
}

.dp a:link {
    display: block;
    color: #fff;
    font-size: 20px;
    padding-left: 17.5%;
    padding-right: 12.5%;
    line-height: 35px;
    padding-top: 35px;
}

.dp a:link::after {
    all: unset
}

.descriptions3 a,
.descriptions4 a,
.descriptions3 span,
.descriptions4 span {
    text-align: right;
    display: block;
}

.descriptions1 a:hover,
.descriptions2 a:hover {
    background-image: url(../img/points.png), url(../img/bg1.png);
    background-size: 14px 14px, 315px 300px;
    display: block;
    background-repeat: no-repeat, no-repeat;
    background-position: 10% 16%, left center;
    color: #e51213;
    font-size: 24px;
}

.descriptions3 a:hover,
.descriptions4 a:hover {
    background-image: url(../img/points.png), url(../img/bg4.png);
    background-size: 14px 14px, 315px 300px;
    display: block;
    background-repeat: no-repeat, no-repeat;
    background-position: 10% 16%, left center;
    color: #e51213;
    font-size: 24px;
}


.descriptions1 a:hover>span,
.descriptions2 a:hover>span,

.descriptions3 a:hover>span,
.descriptions4 a:hover>span {

    color: #e51213;
}


.profession {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.profession>div {
    width: 33.33%;
}

/* .gjgw {
    display: inline-block;
    width: 260px;
    height: 260px;
    background-image: url(../img/square3.png);
    background-size: 198px 266px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.gjgw>.gw {
    width: 198px;
    height: 235px;
    text-align: center;
    margin-left: 25px;
    color: #004165;
}

.gwname {
    font-size: 24px;
    color: #004165;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 45px;
} */


.qikanDetails {
    width: 100%
}

.qikan {
    margin-top: 35px;
    margin-bottom: 35px;
}

.qikan>li {
    line-height: 30px;
    color: #333;
    font-size: 14px;
}

.qikan>li>p {
    margin-top: 35px;
}

.qikanHistory {
    background-image: url(../img/qrcode2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 166px 166px;

}

.qikanHistory a:link::after {
    all: unset;
}

.qikanHistory ul {
    margin-top: 40px;
    width: 20%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 100px;
}

.qikanHistory ul li {
    width: 50%;
    text-align: center;
    line-height: 35px;
}

.qikanHistory a {
    display: block;
}

.qikanHistory a:hover {
    background-image: url(../img/hoverL.png), url(../img/hoverR.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 8px 24px, 8px 24px;
    background-position: left center, right center;
    height: 35px;
    width: 100%;
}

.subltit {
    font-size: 24px;
    color: #004165;
}

.subltit+blockquote {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}

.subltit+blockquote+p {
    margin-bottom: 50px;
}

.subltit+blockquote+p>button {
    font-size: 18px;
    color: #fff;
    width: 130px;
    height: 37px;
    background-color: #416cab;
    border-radius: 6px;
    line-height: 37px;
    margin-right: 30px;
    border: none;
    cursor: pointer;
}

.qikanIntime {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.nowadaysQK {
    width: 35%;
}

.nowadaysQK>img {
    width: 270px;
    height: 390px;
    padding-bottom: 15px;
}

.nowadaysQK>a {
    font-size: 18px;
    width: 270px;
    text-align: center;
    color: #333;
    line-height: 35px;
}

.nowadaysQK>a:link::after {
    all: unset;
}

.nowadaysQK>a>img {
    padding-right: 20px;
}

.nowadaysQKDetails {
    text-align: left;
    width: 65%;
}

.nowadaysQKDetails>p {
    font-size: 24px;
    line-height: 30px;
    color: #004165;
    padding-bottom: 20px;
}

.QKList {
    width: 100%;
}

.QKList li {
    font-size: 18px;
    line-height: 35px;
    list-style-type: disc;
    margin-left: 25px;
}


.nameRecord {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.nameInfos {
    width: 32.5%;
}

.nrN {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 18px;
    margin-top: 35px;
}

.nrN>a:link {
    color: #004165;
}

.nrN>a::after {
    all: unset;
}

.nrR {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}

.nrR>span {
    display: block;
}


.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 230px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 180px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.floatRoll {
    width: 385px;
    height: 270px;
    background-color: #0648a8;
    position: absolute;
    z-index: 999999;
}

.floatRoll>a {
    height: 33px;
    line-height: 33px;
    border-left: 2px solid #ff9600;
    display: block;
    text-align: right;
}

.floatRoll>a::after {
    all: unset;
}

.rolls {
    width: 377px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.floatRoll>a>img {
    padding-right: 10px;
}


.swiper-container2 {
    width: 100%;
    height: 100%;
    width: 500px;
}


.swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 280px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


#flash {
    position: relative;

    overflow: hidden;

    width: 100%;
    /* height: 700px; */
    height: 384px;
    margin: 0 auto;

    cursor: pointer;
}

ul#pic {
    width: 100%;
    /* height: 700px; */
    height: 384px;
}

#pic li {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    /* height: 700px; */
    height: 384px;

    list-style-type: none;
}

#pic li a {
    display: block;

    width: 100%;
    /* height: 700px; */
    height: 384px;
}

#pic li a>img {
    width: 100%;
    height: 100%;
}

#num {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;

    margin-left: -40.5px;

    cursor: default;
}

#num li {
    line-height: 17px;

    float: left;

    box-sizing: border-box;
    width: 17px;
    height: 17px;
    margin: 5px;

    cursor: pointer;
    text-align: center;
    /* color: #fff; */

    color: rgba(255, 255, 255, 0);
    /* background: #666; */
    border: 1px solid #fff;
    border-radius: 50%;
}

#num li.active {
    background: #fff;
}

.arrow {
    line-height: 60px;

    position: absolute;
    z-index: 3;
    top: 0;

    display: block;
    display: none;

    width: 30px;
    height: 60px;

    text-align: center;
    z-index: 999;
    margin-top: -200px;
}

.arrow:hover {
    background: rgba(0, 0, 0, .7);
}

#flash:hover .arrow {
    display: block;
}

#left {
    left: 0;

    width: 40px;
    height: 100px;

    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-size: 40px 100px;
}

#right {
    right: 0;

    width: 40px;
    height: 100px;

    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-size: 40px 100px;
}



.linkSet {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
}

.linkSet li {
    line-height: 45px;
    text-align: left;
}

.linkSet li>a:hover {
    text-decoration: underline;
}

.linkSet li>a::after {
    all: unset;
}




.texts,
.textsE {
    line-height: 1.8;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #c2d5e5;
    position: relative;
}

.texts .desc,
.textsE .desc2 {
    height: 45px;
    overflow: hidden;
    /* border-bottom: 1px dashed #c2d5e5; */

}

.desc-content,
.desc-content2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.topic {
    background-color: #e5eef6;
    width: 25%;
    color: #034164;
    text-align: left;
    text-indent: 15px;
    line-height: 45px;
}

.desc-content>ul,
.desc-content2>ul {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding-left: 1.25%;
    padding-right: 1.25%;
}

.topicDetails>li {
    line-height: 45px;
    background-color: #fff;
}

.topicDetails>li>a::after {
    all: unset;
}

.topicDetails>li>a {
    color: #333;
    font-size: 14px;
    padding-right: 15px;
}


.iconfont,
.iconfont2 {
    width: 32px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 4px;
}

.icon-fold,
.icon-fold2 {
    background-image: url(../img/jian.png);
    background-repeat: no-repeat;
    background-size: 16px 4px;
    width: 32px;
    height: 32px;
    background-position: center center;
}

.icon-unfold,
.icon-unfold2 {
    background-image: url(../img/jia.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 32px;
    width: 32px;
    background-position: center center;
}
.details .connect article a {
    display:inline;
    color: blue;
}
.details .connect article a:link::after {
    content: "";
    display: none;
}
.details .connect article a:link:hover::after {
    content: "";
    display: none;
}
